home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4199 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.1 KB

  1. Path: cnn.Princeton.EDU!franck!tim
  2. From: tim@franck (Tim Hollebeek)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ compilers for Unix
  5. Date: 28 Jan 1996 21:49:43 GMT
  6. Organization: Princeton University
  7. Message-ID: <4egr1n$6cv@cnn.Princeton.EDU>
  8. References: <4dgh98$8pk@bcarh8ab.bnr.ca> <4dlqv4$7a_003@news.indirect.com> <fg20ott3v3.fsf@pccom1-156.csci.csc.com> <4e8uvo$mrq@hpscit.sc.hp.com> <4eeqo5$62r@reader2.ix.netcom.com>
  9. NNTP-Posting-Host: franck.princeton.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Frank Guerino (guerino1@ix.netcom.com) wrote:
  13. : In <4e8uvo$mrq@hpscit.sc.hp.com> anderson@ppg01.sc.hp.com (Allen
  14. : Anderson) writes: 
  15.  
  16. : >:    I'll second that motion as we too have had numerous problems with
  17. : >:    HP's compiler. The last project I worked on was developed using
  18. : >:    GNU's C++ compiler. We have since attempted to compile the
  19. : existing
  20. : >:    code with HP's compiler but without success. We enlisted HP's
  21. : help
  22. : >:    but in the end it was to no avail. Some things would simply not
  23. : >:    compile while others required us to violate the standard to get
  24. : >:    them to compile (which does nothing for portability).
  25. : >
  26. : >Yep...I use G++ whenever I have to use one of our HP-UX machines.  I'm
  27. : more of a
  28.  
  29. : I've heard rumours that G++ has a history of problems with
  30. : utilization of templates.  Is this true?
  31.  
  32. Personally, I find it behaves much better than most other alternatives
  33. I've tried; _very_ few compilers behave well in that respect,
  34. unfortunately.
  35.  
  36. (I'm not talking about simple uses, I'm talking about complex
  37. situations.  I manage to crash g++ once a month or so, but almost
  38. always on things that depend on relatively recent additions to the
  39. standard that other compilers I have access to refuse to even attempt
  40. to compile.)
  41.  
  42. IMO, g++'s biggest weakness is it's exceptions.  They don't work at
  43. all on my architecture (MIPS), and they evidentally still have some
  44. serious bugs on others.
  45.  
  46. --
  47. Tim Hollebeek      | Everything above is a true statement, for sufficiently
  48. PChem Grad Student | false values of true.
  49. Princeton Univ.    | tim@wfn-shop.princeton.edu
  50. -------------------| http://wfn-shop.princeton.edu/~tim
  51.